Revert Deployment Engine image tag pin in Helm chart#11906
Conversation
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
Pull request overview
Reverts the Helm chart’s temporary pin of the Deployment Engine (de) image tag so the chart again defaults to using a tag derived from the chart AppVersion (via the chart helper logic), consistent with other control-plane components.
Changes:
- Removed the hardcoded
de.tag: 0.56value fromdeploy/Chart/values.yaml. - Updated inline comments to reflect the defaulting behavior when
de.tagis unset.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11906 +/- ##
=======================================
Coverage 51.71% 51.71%
=======================================
Files 725 725
Lines 45629 45629
=======================================
+ Hits 23595 23599 +4
+ Misses 19791 19789 -2
+ Partials 2243 2241 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
Reverts the Deployment Engine (
de) image tag pin indeploy/Chart/values.yaml. The tag was previously pinned to0.56for the v0.57.1 patch release. With that release out, the chart should fall back to using the ChartAppVersionas the default tag.Type of change